Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 042_package.java
1 // objective: test the \package command
2 // check: namespaceorg_1_1doxygen_1_1_test.xml
3
4 package org.doxygen.Test;
5
6 /** @package org.doxygen.Test
7  *  A test package.
8  */