| 1752 |
1752 |
| 1753 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for |
1753 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for |
| 1754 # classes and files. |
1754 # classes and files. |
| 1755 # The default value is: NO. |
1755 # The default value is: NO. |
| 1756 |
1756 |
| 1757 GENERATE_MAN = YES |
1757 GENERATE_MAN = NO |
| 1758 |
1758 |
| 1759 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a |
1759 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a |
| 1760 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
1760 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
| 1761 # it. A directory man3 will be created inside the directory specified by |
1761 # it. A directory man3 will be created inside the directory specified by |
| 1762 # MAN_OUTPUT. |
1762 # MAN_OUTPUT. |