473,396 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

doxygen

Hello all,

I guess I should really be asking in some doxygen mailing list, but
since I believe that I found doxygen through this group, I assume that
there are some people here who can answer.

When I run doxygen on my python files, it does document classes, but
not "standalone" functions. I.e.:

-----------------------
## Foobar class
#
# This is a test class!
class Foobar:

## Init
#
# This is the init function.
def __init__(self):
pass
-----------------------

... is included, but:

-----------------------
## Test
#
# This is a test function
def TestFunction(foo=None):
pass
-----------------------

..is not.

Is this by design? Is it possible to get doxygen to include
standalone functions?
--
Kind regards,
Jan Danielsson
Mar 4 '07 #1
1 3133
On Mar 4, 1:15 pm, Jan Danielsson <jan.m.daniels...@gmail.comwrote:
When I run doxygen on my python files, it does document classes, but
not "standalone" functions.
Look in the doxygen config file for your python project, named
'Doxyfile', for the config setting
'EXTRACT_ALL', and read the comments there.

Mar 4 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Erwin Burgstaller | last post by:
When I have several header files with "namespace x {}" in each, the resulting doxygen documentation lists the Namespace exactly as often as there are header files with that namespace in. Thats only...
1
by: lars | last post by:
Hi, we use DoxyGen together with the DOT tool of AT&T to document our sources. Here now is my problem (trying to explain as well as I can): I intend to generate call graphs with the help of...
5
by: Konrad Mühler | last post by:
Hallo, kennt jemand ein Forum oder eine Newsgroup in der Fragen zu Doxygen geklärt werden können? Habt Dank Konrad
0
by: rcoutts | last post by:
I'm using Doxygen for the first time and really impressed with how simple it is to use and how elegant the output is. The only problem I'm having is trying to figure out how to shut off the...
2
by: David Dvali | last post by:
Hello. What is Doxygen tagging and how it can be used for source code documenting?
10
by: Olaf Wasmuth | last post by:
Good morning, I am using doxygen to create a reference manual for C source code. Do you know of a way to similarly create a texinfo reference manual (which I would like to use in emacs...
6
by: Ivan Vecerina | last post by:
What tagged comment syntax do you use to document C++/CLI code ? As far as I know, doxygen does not currently support C++/CLI. Are there other/similar tools? Does Microsoft provide an equivalent...
2
by: Peter Olcott | last post by:
http://www-scf.usc.edu/~peterchd/doxygen/ The above is an example of what the output should look like. I ran Doxygen on a simple program that I wrote to test Doxygen, and all of the Call Graph...
7
by: PeteOlcott | last post by:
So far I can only get Doxygen to generate callergraphs for ALL functions or for NO functions, Doxygen seems to be ignoring the \callergraph command. Does anyone know how to limit Doxygen to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.