CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

Add prefix option #43

Closed AutonomicPerfectionist closed 2 years ago

AutonomicPerfectionist commented 2 years ago

This pull request enables a user to set a prefix to be prepended to all output RST titles. Root level RST files will also have their title changed to the prefix, instead of a single dot (.).

AutonomicPerfectionist commented 2 years ago

@ryanmrichard documentation and unit tests added. I see there aren't any unit tests for the CMake API portion, do you think those should be added or not?