Skip to content
Snippets Groups Projects
Commit 0f2dca42 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix comments.

git-svn-id: http://root.cern.ch/svn/root/trunk@28834 27541ba8-7e3a-0410-8455-c3a389f83636
parent e2bd3866
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
// A DTD validation will be run on this example.
//
// To run this program
// .x DOMParsePerson.C
// .x DOMParsePerson.C+
//
// Requires: person.xml and person.dtd
//
......
......@@ -6,7 +6,7 @@
// This example will parse any xml file.
//
// To run this program
// .x domrecursive.C
// .x DOMRecursive.C+
//
// Requires: person.xml
//
......@@ -16,6 +16,7 @@
#include <TDOMParser.h>
#include <TXMLNode.h>
#include <TXMLAttr.h>
#include <TList.h>
void ParseContext(TXMLNode *node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment