Code Monkey home page Code Monkey logo

nocco's People

Contributors

abbgrade avatar dontangg avatar jeffreyvest avatar jrsconfitto avatar thecodejunkie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nocco's Issues

Download link for the executable

I'm on a Mac and don't have access to VisualStudio, but I'd like to give nocco a go. Could someone please add a tarball or similar of the executable to the repo? I'd much appreciative; Thank you in advance.

Dependency Documentation

It took me a little longer than expected to get the project to compile in the first instance as I had to hunt for a couple of the dependencies. It might be worth calling these out explicitly in the Readme file and/or the Nocco.cs header comments:

  • MarkdownSharp - I know this is mentioned in the code comments themselves, but might be worth including in the header when first talking about Markdown.
  • System.Web.Razor - I'm running Visual Studio 2010 Ultimate w/ SP1 and I still had to download the MVC3 update to get this assembly installed.

Regex for filtering out inline comments

Hi, I'm trying to modify the source to filter out inline comments (unfortunately some of our old code has these). Without filtering, I find that the rest of my code turns green :)

I tried:

public Regex CommentMatcher { get { return new Regex(@"^\s_\w._" + Symbol + @"\s?"); } }

which works for:

if (blah) { ' blah is nice

but also picks out:

"this is a blah '{0}' la la la"

from a string.format, for example.

Do you have any pointers that could help me in the right direction?

Regards

Ash

More VS Integration

Since this is a documentation tool for .NET, I think it would be neat if Nocco could parse and output the /// XML comments that Visual Studio supports. True, not all .NET development is done in VS, but I think this would be a nice feature. Does this break the "quick and dirty" principle, though?

Missing LICENSE.txt

It would be nice to know what the license for this software is. I suggest MIT.

Command line parameters

Hi!

Is it possible to customize the --outdir like with docco? At the moment nocco seems not to recognize any parameter at all. Is that right?

Best,
Jochen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.