docfx

Static site generator for .NET API documentation.

MIT License

Downloads
38
Stars
4K
Committers
254

Bot releases are hidden (Show)

docfx - Version 2.36

Published by vicancy over 6 years ago

  1. Allow setting the base path for code sources. (#2131)
  2. Bug fix:
    1. Fix API filter for attribute. (#2451)
    2. Fix error when attribute has null value. (#2539)
    3. Fix Markdown when link contains space. (#2681)
    4. Fix XML comment merge not preserving inheritdoc metadata.
    5. Fix page error under Internet Explorer 11 (#2741)
    6. Disable building document when live unit testing.
docfx - Version 2.35.4

Published by vicancy over 6 years ago

docfx - Version 2.35.2

Published by qinezh over 6 years ago

docfx - Version 2.35.1

Published by vicancy over 6 years ago

  1. Bug fix: codesnippet tagname is not recognized when the tag starts with \t in Markdig.
docfx - Version 2.35

Published by vicancy over 6 years ago

  1. Bug fix:
    1. Fix Tabbed Content rendering bug. (#2645)
    2. Fix script error in getHierarch. (#2624)
    3. Fix loading csproj NullObjectReferenceException. (#1944)
    4. Fix affix "active" class issue. (#2658)
docfx - Version 2.34

Published by vicancy over 6 years ago

  1. Bug fix:
    1. Fix error with enum flags in attributes. (#2573)
    2. Improve syntax formatting when containing where keyword. (#2410)
    3. Fix XML syntax highlighting issue. (#2553)
docfx - Version 2.33.2

Published by vicancy over 6 years ago

  1. support more languages for markdig (#2574)
  2. MonikerRange infinite loop bug (#2572)
docfx - Version 2.33.1

Published by qinezh over 6 years ago

  1. Enable emoji in markdig
  2. Decode href in FileLinkInfo
docfx - Version 2.33

Published by vicancy over 6 years ago

  1. Support generating API reference for TypeScript (#2220)
  2. Bug fix:
    1. XRefService lookup of generic classes doesn't work (#2448)
    2. Fix yaml serialize for string '~' (#2519)
    3. Fix link bug after <a/> in markdown (#2521)
    4. Fix VSTS's git url under detached HEAD (#2516)
docfx - Version 2.32.2

Published by vicancy over 6 years ago

  1. Bug fixes:
    1. Fix metadata broken with mono and linux (#2358).
    2. Partially fix metadata broken with latest VS 15.6 with workaround:
      set VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise
      set VisualStudioVersion=15.0
      set MSBuildExtensionsPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin
      
docfx - Version 2.32.1

Published by vicancy over 6 years ago

docfx - Version 2.32

Published by vicancy over 6 years ago

  1. Support remove special host name from xref service.
  2. Bug fixes:
    1. Fix empty code block in markdown(dfm, dfm-latest).
docfx - Version 2.31

Published by vicancy over 6 years ago

  1. Upgrade Roslyn's CodeAnalysis assemblies to latest 2.6.1
  2. Bug fixes:
    1. Fix bug for missing seealso section in enum pages (#2402)
    2. Fix bug for supporting in keyword which is introduced in by C# 7.2 (#2385)
    3. Fix runtime error when EII name hits VB preserved keywords (#2379)
    4. Fix docfx.console so that it can support the new netstandard csproj format (#2142)
docfx - Version 2.30

Published by vicancy almost 7 years ago

  1. Improve DFM performance for em rule (#2339)
  2. Added multiple merge operation support (#2287) [by @lextm]
  3. Bug fixes:
    1. Fix bug for reading xrefmap with base url. (#2349)
docfx - Version 2.29.1

Published by vicancy almost 7 years ago

  1. Fix split member plugin's bug for enum page
docfx - Version 2.29

Published by vicancy almost 7 years ago

  1. Support generating API reference for JavaScript (#2220)
  2. Bug fixes:
    1. Fix bug for query xref service (#2283)
docfx - Version 2.28.3

Published by vicancy almost 7 years ago

  1. Fix toc race condition and improve perf
docfx - Version 2.28.2

Published by qinezh almost 7 years ago

  1. Bug fixes:
    1. Fix issues running under mono (#2262, #1856)
    2. Fix VS17 15.5 support (#2265)
docfx - Version 2.28.1

Published by vicancy almost 7 years ago

  1. Bug fixes:
    1. Fix .NET core .csproj files support (#1752)
docfx - Version 2.28

Published by vicancy almost 7 years ago

  1. Add warning throttling. (#2187)
  2. Enable schema validation for SDP.
  3. Bug fixes:
    1. Fix markdown link behavior. (#2181)
    2. Fix xref map sorted comparer. (#2191)
    3. Fix yaml deserialize for int64. (#2193)
    4. Fix xref query filter. (#2195)
    5. Fix docfx metadata failure after VS2017 Update 15.3. (#1969)
    6. Provide MetadataOutputFolder MSBuild parameter with docfx.console. (#2194)
Package Rankings
Top 17.68% on Formulae.brew.sh
Badges
Extracted from project README
NuGet ci nightly Help Wanted