Dimitri van Heesch | 1 Feb 2005 07:57
Picon
Gravatar

Re: Class member documentation not turning up as expected.

On Mon, 31 Jan 2005 10:26:18 -0600 (CST), Chris Green <greenc <at> fnal.gov> wrote:
> Hi,
> 
> I'm sure I'm doing something silly, but the attached tarfile contains a
> small test case from my codebase where I'm providing detailed information
> for class member functions, but it is not appearing in the documentation
> for the class. The link from the brief description takes one to the
> catch-all "modules" page for the group in which the class resides.

If you put all members explicitly in a group than this is indeed the
behaviour you get.
If you want them to appear in the class, then don't group the members,
only the class.

Regards,
  Dimitri

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Chris Green | 1 Feb 2005 17:12
Favicon

Re: Class member documentation not turning up as expected.

Hi,

> If you put all members explicitly in a group than this is indeed the
> behaviour you get.
> If you want them to appear in the class, then don't group the members,
> only the class.

Bingo! I've been grouping entire header files with:

\addtogroup <group>
\{
\}

so that'll be the problem.

Thanks so much for your help,
Chris.

>
> Regards,
>  Dimitri
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Doxygen-users mailing list
(Continue reading)

Brian P. Byrne | 2 Feb 2005 14:35

Finer control over HTML Output

I was wondering if there was a way to specify explicitly what styles to
assign to the various portions of the output for HTML.

For instance, the \warning option and the \bug option produce use the
same css class.  If I wanted to make warnings red, and bugs blue, I
wouldn't be able to specify that.

Will this require a code hack?  Or is there a
-produce_crazy_amounts_of_css option that I am missing?

(I am willing to sacrifice other output formats if needed)

Thanks,
Brian Byrne

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Albert Chin | 2 Feb 2005 15:40

Removing parentheses from generated filenames

Is it possible to get doxygen to avoid use of parentheses in
filenames? Packaging software with parentheses in filename is
impossible using the native IRIX package manager as parentheses in the
file listing has special meaning.

Failing that, where in the source can I replace use of parentheses?

--

-- 
albert chin (china <at> thewrittenword.com)

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Jens Miltner | 2 Feb 2005 21:19
Picon

some feature requests

I have two feature requests for doxygen:

(1) I've come to like the left-hand-side tree view once I discovered 
that option. However, I have some scripts that automatically take me to 
the documentation for a class by assembling the html file name from the 
class name and this results in a page that only shows the content 
frame, but not the navigational tree view frame. Apple usually has a 
link "Show TOC" on their documentation pages, and I'd really love to 
see something similar in the html generated by doxygen when using the 
tree view:
If the tree view is displayed a link "Hide tree" could allow to show 
the pages without the tree view frame and when viewing without frames, 
a link "Show tree" would allow to display the tree again. Not sure how 
feasible this toggle feature is, but at least a "Show tree" link would 
be helpful...

(2) When clicking the link for some member function in a class 
documentation, the anchor for this member is right next to the start of 
the documentation text, not at the beginning of the line (or the 
left-hand side of the page). This often times results in slightly 
horizontally scrolled display when clicking the link and I have to 
scroll back to be able to view everything properly. This may have to do 
with the style sheet I use, and I don't know whether there's any way 
around this problem, but it sure is annoying!

(3) When searching for classes, most of the time a couple of hundred 
links are returned, since the class names are pervasive. It would be 
nice if there was some way to search for the 
class/struct/namespace/etc. documentation explicitely, e.g. entering 
"#class FooBar" would search for a class definition of "FooBar", but 
(Continue reading)

Weddle, ScottX R | 3 Feb 2005 16:56
Picon
Favicon

Class List hyperlink missing from Doxygen Output

Hello,

 

I’m having a problem getting the Class List hyperlink to be generated for a class I’ve declared.  This class is exported and is declared with the keyword __declspec(dllexport).  Using this keyword seems to make Doxygen not generate the Class List hyperlink.  I’ve included the files that make up the project, the doxygen config file, a text file with warning messages.  Unfortunetly the mail server is not allowing zip files to be attached to email.

 

Am I doing something wrong or is this a bug?

 

doxygen version: 1.3.9.1

OS: MS Windows XP Version 4.0 (2014.23)

 

Thanks,

Scott

 

 

 

 

Scott R. Weddle

Contract Software Engineer

Kelly IT

503 712-8667

 

C:/DoxygenTests/ExportedClassDeclaration/ExportedClassDec.cpp:9: Warning: documented function
`CExportedClassDec::CExportedClassDec' was not defined.
C:/DoxygenTests/ExportedClassDeclaration/ExportedClassDec.cpp:13: Warning: Member main() of
file ExportedClassDec.cpp is not documented.
Attachment (ExportedClassDec.cpp): application/octet-stream, 244 bytes
Attachment (ExportedClassDec.dsp): application/octet-stream, 3521 bytes
Attachment (ExportedClassDec.dsw): application/octet-stream, 555 bytes
Attachment (ExportedClassDec.h): application/octet-stream, 181 bytes
Attachment (ExportedClassDecConfig): application/octet-stream, 8 KiB
Dimitri van Heesch | 3 Feb 2005 17:19
Picon
Gravatar

Re: Class List hyperlink missing from Doxygen Output

On Thu, 3 Feb 2005 07:56:59 -0800, Weddle, ScottX R
<scottx.r.weddle <at> intel.com> wrote
> 
> I'm having a problem getting the Class List hyperlink to be generated for a
> class I've declared.  This class is exported and is declared with the
> keyword __declspec(dllexport).  Using this keyword seems to make Doxygen not
> generate the Class List hyperlink.  I've included the files that make up the
> project, the doxygen config file, a text file with warning messages. 
> Unfortunetly the mail server is not allowing zip files to be attached to
> email.

If you read the manual (in particular this part
http://www.stack.nl/~dimitri/doxygen/preprocessing.html) you should
have known the answer ;-)

Regards,
  Dimitri

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Bob | 4 Feb 2005 15:50
Picon
Favicon

Cross Reference


Hello all, We are new to Doxygen and the C development environment here. The 
software we use now is all in assembler and we have lots of tools to work 
with it but we are moving to C. We have a tool that will allow someone to 
find out say all the program segments that call a certain macro. Is there a 
way in Doxygen to get this kind of information. Say all the C files that 
contain a particular header file?

--

-- 
_______________________________________________________________
Thanks, Bob

YahooIM: bobif
AOLIM: bobifmd
ICQ: 111083556

MCSE and CNE trained, but use LINUX, declare your PC a Microsoft free zone

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Dan Gass | 4 Feb 2005 15:47
Picon

Re: Image and html link

> i want to include into my docs some images and its really no problem with
> the \image command. 
> 
> My question is now how could the image works as html link also? 

Did you try using the \anchor near the \image and use \ref to hyperlink to it?

If you want the image on its own page try this:

\page somePage
\anchor someAnchor
\image someImage.jpg

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Kai Klenovsek | 4 Feb 2005 17:51
Picon

AW: Image and html link


>> i want to include into my docs some images and its really no problem
with
>> the \image command. 
>> 
>> My question is now how could the image works as html link also? 

> Did you try using the \anchor near the \image and use \ref to
hyperlink to > it?
Yes i tried it with \ref but it was no good idea.

> If you want the image on its own page try this:

> \page somePage
> \anchor someAnchor
> \image someImage.jpg

I think this is not what i need. I need an absolut link like
http://www.sourceforge.net behind the image. Maybe its not possible.

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

Gmane