Commit f932882b authored by David Flynn's avatar David Flynn
Browse files

po-lite: fix header guard & remove HM doxygen markers



git-svn-id: http://wg11.sc29.org/svn/repos/MPEG-I/Part5-PointCloudCompression/TM/TMC3/trunk@1313 94298a81-5874-47c9-aab8-bfb24faeed7f
parent 74db284e
......@@ -30,19 +30,16 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __PROGRAM_OPTIONS_LITE__
#define __PROGRAM_OPTIONS_LITE__
#include <iostream>
#include <sstream>
#include <string>
#include <list>
#include <map>
#ifndef __PROGRAM_OPTIONS_LITE__
#define __PROGRAM_OPTIONS_LITE__
//! \ingroup TAppCommon
//! \{
namespace df
{
namespace program_options_lite
......@@ -240,6 +237,4 @@ namespace df
} /* namespace: program_options_lite */
} /* namespace: df */
//! \}
#endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment