Is it possible to generate documentation from existing java code which will not have Doxygen specific comments and tags. Please suggest.
1 Answer
You can try setting the EXTRACT_ALL tag in the configuration file to YES. From the docs:
EXTRACT_ALL
If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in documentation are documented, even if no documentation was available. Private class members and static file members will be hidden unless the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES