• Craig Thomas Noble's avatar
    Fix to VHDL scanner. · 5ca7d423
    Craig Thomas Noble authored
    The following code should produce two groups, each containing one page, within the same documentation scope,
    currently it nests these groups and pages, resulting in incorrect documentation.
    
    --! \defgroup group1 Group 1
    --! \{
    --!   @brief Group 1
    --! \}
    
    --! \ingroup group1
    --! \{
    --! \page group1_page1 Page 1
    --! \verbatim
    --!  Some Page 1 text
    --! \endverbatim
    --! \}
    
    --! \defgroup group2 Group 2
    --! \{
    --!   @brief Group 2
    --! \}
    
    --! \ingroup group2
    --! \{
    --! \page group2_page1 Page 1
    --! \verbatim
    --!  Some Page 1 text
    --! \endverbatim
    --! \}
    
    Similar C code to demonstrate the correct output.
    
    //! \defgroup group1 Group 1
    //! \{
    //!   @brief Group 1
    //! \}
    
    //! \ingroup group1
    //! \{
    //! \page group1_page1 Page 1
    //! \verbatim
    //!  Some Page 1 text
    //! \endverbatim
    //! \}
    
    //! \defgroup group2 Group 2
    //! \{
    //!   @brief Group 2
    //! \}
    
    //! \ingroup group2
    //! \{
    //! \page group2_page1 Page 1
    //! \verbatim
    //!  Some Page 1 text
    //! \endverbatim
    //! \}
    5ca7d423
Name
Last commit
Last update
addon Loading commit data...
doc Loading commit data...
examples Loading commit data...
jquery Loading commit data...
libmd5 Loading commit data...
packages/rpm Loading commit data...
qtools Loading commit data...
src Loading commit data...
testing Loading commit data...
tmake Loading commit data...
winbuild Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LANGUAGE.HOWTO Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
Makefile.win_make.in Loading commit data...
Makefile.win_nmake.in Loading commit data...
PLATFORMS Loading commit data...
README.md Loading commit data...
configure Loading commit data...
configure.bin Loading commit data...