Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.14 KB

Prism

C++ entity metadata extraction tool

status status

logo

Prerequisites

  • CMake
  • C++ compiler with C++23 support
  • Doxygen and dot (only for generating docs)

Features

  • Entities
    • Classes
    • Class templates
    • Enumerations
    • Functions
    • Function templates
    • Type aliases
    • Type alias templates
    • Attributes (annotated)
  • Build systems
    • CMake
    • MSBuild
  • Source types
    • Regular
    • Modules

Build

To build Prism, go to the project's root directory and execute the following commands:

cmake -S . -B build
cmake --build build --target Prism --parallel

Documentation

To generate docs, go to the project's root directory and execute the following command:

doxygen docs/Doxyfile

The generated documentation will be placed in the following directory.

Author

Oleg E. Vorobiov isnullxbh@gmail.com

License

This project is distributed under the MIT License. See LICENSE for more information.