NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 60 61 62 63 64 … 93 Next »
Pop up help when using dll's

 
  • 0 Vote(s) - 0 Average
Pop up help when using dll's
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2006-01-30, 09:46 PM (This post was last modified: 2012-03-01, 06:18 AM by McBainUK.)
Anyone know how to get this working on a self made dll?

I think its something to do with the xml tags (eg summary) but can't figure it out

/// <summary>
/// Counts the number of items in the list
/// </summary>
/// <returns>The number of items in the list</returns>
public int Count()
{
return items.Count;
}
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2006-01-30, 09:51 PM
Yeah it is that. And params.

I had a quick scan on this article: http://www.squiffler.com/squiffler/article.aspx?id=1

I think it's just talking about native handling, and not some other products. The tags looked correct.

If you type /// above a method, it fills out most of it (in VS 2003)
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2006-01-30, 10:00 PM
Thanks for the link psycik, looks like a cool way to auto generate some docs!.

My tags where correct, it just wasn't showing up in my test project. Seems the intelliesense stuff is loaded on project load, show when I was rebuilding the dll, the test project wasnt looking for new tags.

Back on track now... Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
gruskada
Offline

Member

Posts: 121
Threads: 20
Joined: Dec 2005
#4
2006-01-30, 10:02 PM
Save some time and use GhostDoc to handle XML comments. It works pretty well to get you started:

http://www.roland-weigelt.de/ghostdoc/

gruskada
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#5
2006-01-30, 10:10 PM (This post was last modified: 2006-01-30, 10:17 PM by McBainUK.)
What can it do?

Edit. ah I see now, thats quite cool. thanks Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
gruskada
Offline

Member

Posts: 121
Threads: 20
Joined: Dec 2005
#6
2006-01-30, 10:17 PM
McBainUK Wrote:What can it do?

http://gruskada.blogspot.com/2006/01/gho...tudio.html

gruskada
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode