Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > doxygen does not document functions ? u know a solution?

Reply
Thread Tools

doxygen does not document functions ? u know a solution?

 
 
chrstian brensteiner
Guest
Posts: n/a
 
      10-20-2003
--------------------8<--XX.h--------------------------

/** On shutdown the function shutdown() is called. The function destroys
blablablabla.
*/
void shutdown();
--------------------8<--XX.h--------------------------


this section mentioned above does not work and i dont know why
doxygen only prints infos about structs..typedefs. etcetc... BUT NO
FUNCTIONS

i dont know why







 
Reply With Quote
 
 
 
 
Artie Gold
Guest
Posts: n/a
 
      10-20-2003
chrstian brensteiner wrote:
> --------------------8<--XX.h--------------------------
>
> /** On shutdown the function shutdown() is called. The function destroys
> blablablabla.
> */
> void shutdown();
> --------------------8<--XX.h--------------------------
>
>
> this section mentioned above does not work and i dont know why
> doxygen only prints infos about structs..typedefs. etcetc... BUT NO
> FUNCTIONS
>
> i dont know why
>

And people insist on asking off topic questions in news:comp.lang.c.

I don't know why!

--ag

[OT - WTF don't you read the doxygen docs?]

--
Artie Gold -- Austin, Texas
Oh, for the good old days of regular old SPAM.

 
Reply With Quote
 
 
 
 
chrstian brensteiner
Guest
Posts: n/a
 
      10-20-2003

"Artie Gold" <> schrieb im Newsbeitrag
news:...
> chrstian brensteiner wrote:
> > --------------------8<--XX.h--------------------------
> >
> > /** On shutdown the function shutdown() is called. The function destroys
> > blablablabla.
> > */
> > void shutdown();
> > --------------------8<--XX.h--------------------------
> >
> >
> > this section mentioned above does not work and i dont know why
> > doxygen only prints infos about structs..typedefs. etcetc... BUT NO
> > FUNCTIONS
> >
> > i dont know why
> >

> And people insist on asking off topic questions in news:comp.lang.c.
>
> I don't know why!
>
> --ag
>
> [OT - WTF don't you read the doxygen docs?]
>
> --
> Artie Gold -- Austin, Texas
> Oh, for the good old days of regular old SPAM.
>



thx for start answer and sry i first "met" with this newsgroup and ofc my
english is bad


 
Reply With Quote
 
Joona I Palaste
Guest
Posts: n/a
 
      10-20-2003
chrstian brensteiner <> scribbled the following:
> thx for start answer and sry i first "met" with this newsgroup and ofc my
> english is bad


Don't take this as a flame or an insult, but more like a suggestion.
If you yourself acknowledge that your English is bad, try to avoid use
of "cute" abbreviations like "thx", "sry" or "ofc". Combined with non-
native English, these give some people (like me for one) the initial
impression that the writer is some sort of warez d00d. (In your case,
having read the rest of your message, I found out that that impression
was wrong.)
In short, concentrate *first* on getting *English* right, *then* on
getting *English slang* right. Thanks.

--
/-- Joona Palaste () ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"I am lying."
- Anon
 
Reply With Quote
 
Artie Gold
Guest
Posts: n/a
 
      10-20-2003
chrstian brensteiner wrote:
> "Artie Gold" <> schrieb im Newsbeitrag
> news:...
>
>>chrstian brensteiner wrote:
>>
>>>--------------------8<--XX.h--------------------------
>>>
>>>/** On shutdown the function shutdown() is called. The function destroys
>>>blablablabla.
>>>*/
>>>void shutdown();
>>>--------------------8<--XX.h--------------------------
>>>
>>>
>>>this section mentioned above does not work and i dont know why
>>>doxygen only prints infos about structs..typedefs. etcetc... BUT NO
>>>FUNCTIONS
>>>
>>>i dont know why
>>>

>>
>>And people insist on asking off topic questions in news:comp.lang.c.
>>
>>I don't know why!
>>
>>--ag
>>
>>[OT - WTF don't you read the doxygen docs?]
>>

>
>
>
> thx for start answer and sry i first "met" with this newsgroup and ofc my
> english is bad
>


Fair enough! (and your `winking smiley' shall serve you well indeed!)

We look forward to `seeing' you when you have a question about the C
*language*.

Cheers,
--ag


--
Artie Gold -- Austin, Texas
Oh, for the good old days of regular old SPAM.

 
Reply With Quote
 
Dan Pop
Guest
Posts: n/a
 
      10-21-2003
In <ZJVkb.50308$> "chrstian brensteiner" <> writes:

>--------------------8<--XX.h--------------------------
>
>/** On shutdown the function shutdown() is called. The function destroys
>blablablabla.
>*/
>void shutdown();
>--------------------8<--XX.h--------------------------
>
>
>this section mentioned above does not work and i dont know why
>doxygen only prints infos about structs..typedefs. etcetc... BUT NO
>FUNCTIONS


What was your C question?

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email:
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Doxygen Question - method body missing JasonDamianUs Java 0 12-27-2005 07:36 AM
Doxygen Task for Ant makefile maintainers Karthik Java 0 04-29-2004 11:40 AM
Doxygen Task for Ant makefile maintainers Karthik Java 0 04-29-2004 03:58 AM
I know, I know, I don't know Andries Perl Misc 3 04-23-2004 02:17 AM
[Announcement] Doxygen frontend for Eclipse Guillaume Brocker C++ 0 02-05-2004 08:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57