Closed blitz-research closed 11 months ago
This is a great place to post a question about DoxyPress. We also have a forum where anyone can post questions or comments. We do understand Stack Overflow can be annoying and not everyone there is helpful or always knowledgeable.
https://forum.copperspice.com/
(1) We are trying to figure out exactly what you are looking for. Can you take a look at the following page from our CopperSpice documentations. If you click on one of the highlighted entries it will take you to the enums for that class.
https://www.copperspice.com/docs/cs_api/functions_enum_a.html
(2) The following is a list of deprecated methods. Is this more the style you are looking for?
https://www.copperspice.com/docs/cs_api/deprecated.html
Barbara
Hi Barbara,
OK, thanks for the examples and after a bit of playing around I think I've solved the problem - I didn't have 'Extract All' enabled, and without that you don't get the 'Namespaces' or 'Namespace members' buttons, which is where the Functions and Enums lists appear.
Bye! Mark
Just a quick follow up on this...
My main mistake was not having documented my namespace. Doing this means I now longer have to use 'extract all' to get the namespaces buttons.
Hi,
This probably not the right place to ask this, but I'm not sure where else to try (too scarred from past experiences on SO to ever post there again!).
Anyway: Is there any way to generate a 'functions' list for global functions? How about an 'enums' list for that matter?
I'd like to have a 'Function List' node in the navtree right under the 'Class List' node if possible, but so far the only way I seem to be able to get to function/enum docs is via include file pages, so all my functions are scattered all over the place.
Bye! Mark