directives.doxygen 566 B

12345678910
  1. # Custom commands for the O3DE API documentation generation. These commands are used throughout the project
  2. # in multiple libraries and should be used wherever possible.
  3. ALIASES += \
  4. docroot="https://o3de.org/docs" \
  5. designpage{1}="[Design guide reference for this class](\docroot/tools-ui/component-library\1)." \
  6. guidepage{2}="[See the tools UX developer guide for more information](\docroot/\2/\1)." \
  7. guidepage{3}="See [\3](\docroot/\2/\1) for more information." \
  8. default{1}="Returns \1 by default." \
  9. initial{1}="Initial value is \1."