summaryrefslogtreecommitdiffstats
path: root/testing/042_package.java
blob: f46d55c6624f65eab656993d3372e6e33c19732e (plain)
1
2
3
4
5
6
7
8
// objective: test the \package command
// check: namespaceorg_1_1doxygen_1_1_test.xml

package org.doxygen.Test;

/** @package org.doxygen.Test
 *  A test package.
 */