Hi all,

i use vim for programming (mainly for perl) and in the meantime i'm
heavily used to get my help for a specific function via

        perldoc -f <fn>

I wrote a little vim function, that displays the function description
similarly like vim's help in a horizontal split.

Now i write a project in c which depends on several libraries whose
documentation is based on doxygen. 

I Already figured out how to create man pages but i
can't find how to generate a separate man-page for each function
description. 

Yes, there is an option (MAN_LINKS) that create man pages
for each function but these pages merely source the man page of the file
where the function is located. As a result of browsing the overcrowded
page it is too easy to lose track of the description i actually want to
read.

Does doxygen provides an option that i'm not aware of which allows to
create distinct man pages for each function? 

Or maybe some of you experts have a hint for me to achieve my goal
(clearly arranged description of one function that could be easily
viewed on a terminal) by another way!?

Thanks a lot for your effort and best regards...

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to