Re: [Doxygen-users] function into another in python

2015-02-03 Thread Albert
Olivier, Looks to me something with the automatic use of Markdown feature of Doxygen, seeing the spaces in second and further lines of the """ parts as code block parts. Please try with MARKDOWN_SUPPORT = NO Also try to run doxygen with -d filteroutput to see what the doxypy filter gives as output

[Doxygen-users] function into another in python

2015-02-03 Thread Olivier Munier
Hello, I wanted to use Doxygen to generate the documentation of my software in Python. I use doxypy and all was fine until I need to type this kind of code : 179 def downloadFile(self, path): 180 """ 181 This function read the file pointed by path 182 @param path an absolute path to the fil