Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Intellisense and .chm File Problems  (Read 3621 times)

0 Members and 1 Guest are viewing this topic.

MrPlosion1243

  • Newbie
  • *
  • Posts: 9
    • View Profile
Intellisense and .chm File Problems
« on: May 01, 2013, 12:54:04 am »
When using the Visual C++ 11 (2012) - 32 bit download of SFML for Visual Studio 2012 I get intellisense problems. Sometimes it will say "XML comment contains invalid XML: Whitespace is not allowed at this location." Most of the time it looks like this for example:



I don't think I should be seeing all this \brief, \param, \return business because I never seen that before. Also when I launch the sfml.chm file that comes with the download and try to click on a class nothing shows up, there is just a large white space. This led me to believe I may have deleted or somehow corrupted some XML file that contains the documentation so I re-downloaded SFML but nothing changed.

Am I the only with these problems? Are there solutions?

Thanks

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Intellisense and .chm File Problems
« Reply #1 on: May 01, 2013, 01:12:16 am »
I don't think I should be seeing all this \brief, \param, \return business because I never seen that before.
That's "normal" since Visual Studio doesn't understand Doxygen comments, unfortunately... But maybe there's an addon...
« Last Edit: May 01, 2013, 09:49:03 am by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

MrPlosion1243

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Intellisense and .chm File Problems
« Reply #2 on: May 01, 2013, 01:32:43 am »
Ah, I see. What about the .chm file?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Intellisense and .chm File Problems
« Reply #3 on: May 01, 2013, 02:02:27 am »
What about the .chm file?
Works fine here...

Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Intellisense and .chm File Problems
« Reply #4 on: May 01, 2013, 08:59:29 am »
Quote
CMake
Doxygen ;)
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Intellisense and .chm File Problems
« Reply #5 on: May 01, 2013, 09:49:58 am »
Quote
CMake
Doxygen ;)
CMake, Doxygen, Java, C++, SFML, SDL, all the same ;D
kthxbye
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

MrPlosion1243

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Intellisense and .chm File Problems
« Reply #6 on: May 01, 2013, 09:54:55 pm »
Ok I can view the .chm file now it turns out that I had to uncheck the "Always ask...when opening this file..." option in the dialog box. Thanks for the info guys.

 

anything