Dear sphinx specialists.

In our setup for c-code annotation. ("Doxygen" -> "Breathe" -> "Sphinx 
1.7") we d like to achieve to get a new line for every function parameter 
in the function definition.

Example:


instead of:


The above sample was generated by changing the line 1191 in 
sphinx/writers/latex.py:
from:

self.body.append(', ') 

to:

self.body.append(', \\newline ')


But this is probably a bit "hacky".

I'd like to know if there is a better way to achieve that? Do I have to 
write a Sphinx-Extension? Or could i just redefine this function in the 
sphinx "conf" file?
I spend quite a while on reading the docs - but maybe I just searched on 
the wrong pages ;). Sorry if this is a trivial thing!


Many thanks!


Julian




-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to