Skip to content

v5.0.0

Compare
Choose a tag to compare
@kmyk kmyk released this 15 Sep 01:42
· 323 commits to master since this release
853b14c
  • #296 add flags to expand stacks of C++ programs for Cygwin environments (@jellc)
  • #287 #289 #290 #294 #300 #301 (breaking changes) update the document generator
    • URLs of pages are changed. redirection is enabled.
    • improve the width of columns of the default theme
    • make the syntax highlighting correct for non-C++ languages
    • make .verify-helper/docs/index.md embedded into the top page
    • remove @see @sa directive and now detect and use all URLs in source code
    • remove @category directive
    • remove @ignore directive and now recognize exclude: [PATH, ...] in .verify-helper/docs/_config.yml
    • mark deprecated @docs path/to/doc.md and now recognize standalone Markdown files with documentation_of: path/to/source.code front-matter
    • There are many internal changes. The generated documents of libraries which use customized themes may be broken 🙇