File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 99
1010sys .path .insert (0 , os .path .abspath (os .path .join (".." , ".." )))
1111matlab_src_dir = os .path .abspath (".." )
12+ matlab_show_property_default_value = True
1213
1314extensions = ["sphinx.ext.autodoc" , "sphinxcontrib.matlab" ]
1415primary_domain = "mat"
Original file line number Diff line number Diff line change @@ -273,6 +273,15 @@ A MATLAB class with strings using single and double quotes.
273273.. autoclass :: ClassWithStrings
274274 :members:
275275
276+
277+ Class with string ellipsis
278+ ++++++++++++++++++++++++++
279+ A class that tests the lexer.
280+
281+ .. autoclass :: ClassWithStringEllipsis
282+ :members:
283+
284+
276285ClassWithDummyArguments
277286+++++++++++++++++++++++
278287
@@ -412,12 +421,6 @@ A Matlab unittest class
412421 :members:
413422 :show-inheritance:
414423
415- Class with string ellipsis
416- ~~~~~~~~~~~~~~~~~~~~~~~~~~
417- A class that tests the lexer.
418-
419- .. autoclass :: ClassWithStringEllipsis
420- :members:
421424
422425
423426
You can’t perform that action at this time.
0 commit comments