Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Doxygen Command Help Required

Doxygen Command Help Required

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialhtmlbusinessxmlhelp
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steve Thresher
    wrote on last edited by
    #1

    Anyone now how to emebed tags in Doxygen help eg. //////////////////////////////////////////////////////////////////////////////////////////////////// /// <summary>Save XML File</summary> /// /// <remarks>The XML file generated will have the following layout: /// /// <results> /// <count>99</count> /// </results> /// /// </remarks> /// //////////////////////////////////////////////////////////////////////////////////////////////////// I've tried <pre>, <code>, <c> and <example> and none of them stop me from getting the following warning: warning: Warning: Unsupported xml/html tag <results> not found warning: Warning: Unsupported xml/html tag <count> not found warning: Warning: Unsupported xml/html tag </count> not found warning: Warning: Unsupported xml/html tag </results> not found

    AxisFirst For Business

    L PJ ArendsP S 3 Replies Last reply
    0
    • S Steve Thresher

      Anyone now how to emebed tags in Doxygen help eg. //////////////////////////////////////////////////////////////////////////////////////////////////// /// <summary>Save XML File</summary> /// /// <remarks>The XML file generated will have the following layout: /// /// <results> /// <count>99</count> /// </results> /// /// </remarks> /// //////////////////////////////////////////////////////////////////////////////////////////////////// I've tried <pre>, <code>, <c> and <example> and none of them stop me from getting the following warning: warning: Warning: Unsupported xml/html tag <results> not found warning: Warning: Unsupported xml/html tag <count> not found warning: Warning: Unsupported xml/html tag </count> not found warning: Warning: Unsupported xml/html tag </results> not found

      AxisFirst For Business

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      According to the list here[^] <results> and <count> are not supported. Broadly speaking as was shown by the error messages above.

      S 1 Reply Last reply
      0
      • L Lost User

        According to the list here[^] <results> and <count> are not supported. Broadly speaking as was shown by the error messages above.

        S Offline
        S Offline
        Steve Thresher
        wrote on last edited by
        #3

        You've not understood what I'm trying to acheive. I'm trying to document the layout of the XML file generated by a function which means I need to instruct Doxygen to ignore a block of text by placing it inside a given tag. The problem is I can't find the right tag.

        L 1 Reply Last reply
        0
        • S Steve Thresher

          You've not understood what I'm trying to acheive. I'm trying to document the layout of the XML file generated by a function which means I need to instruct Doxygen to ignore a block of text by placing it inside a given tag. The problem is I can't find the right tag.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Sorry, I missed that. It's a long time since I've used doxygen and I don't recall needing to do this.

          1 Reply Last reply
          0
          • S Steve Thresher

            Anyone now how to emebed tags in Doxygen help eg. //////////////////////////////////////////////////////////////////////////////////////////////////// /// <summary>Save XML File</summary> /// /// <remarks>The XML file generated will have the following layout: /// /// <results> /// <count>99</count> /// </results> /// /// </remarks> /// //////////////////////////////////////////////////////////////////////////////////////////////////// I've tried <pre>, <code>, <c> and <example> and none of them stop me from getting the following warning: warning: Warning: Unsupported xml/html tag <results> not found warning: Warning: Unsupported xml/html tag <count> not found warning: Warning: Unsupported xml/html tag </count> not found warning: Warning: Unsupported xml/html tag </results> not found

            AxisFirst For Business

            PJ ArendsP Offline
            PJ ArendsP Offline
            PJ Arends
            wrote on last edited by
            #5

            Have you tried using > and <


            You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!

            Within you lies the power for good; Use it!

            S 1 Reply Last reply
            0
            • PJ ArendsP PJ Arends

              Have you tried using > and <


              You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!

              S Offline
              S Offline
              Steve Thresher
              wrote on last edited by
              #6

              Doesn't look too pretty in the source file but does the job. Thanks for you help.

              1 Reply Last reply
              0
              • S Steve Thresher

                Anyone now how to emebed tags in Doxygen help eg. //////////////////////////////////////////////////////////////////////////////////////////////////// /// <summary>Save XML File</summary> /// /// <remarks>The XML file generated will have the following layout: /// /// <results> /// <count>99</count> /// </results> /// /// </remarks> /// //////////////////////////////////////////////////////////////////////////////////////////////////// I've tried <pre>, <code>, <c> and <example> and none of them stop me from getting the following warning: warning: Warning: Unsupported xml/html tag <results> not found warning: Warning: Unsupported xml/html tag <count> not found warning: Warning: Unsupported xml/html tag </count> not found warning: Warning: Unsupported xml/html tag </results> not found

                AxisFirst For Business

                S Offline
                S Offline
                Steve Thresher
                wrote on last edited by
                #7

                The \verbatim tag instructs the Doxygen parser to skip over a block of text. I'd have preferred to use an XML tag but it works and remains readable in the source.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups