Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-08Remove 4.0 profileMarek Safar
2016-10-08[mdoc] Style updates per pull request feedbackJoel Martinez
2016-10-08[monodoc] Changes to support new-style iOS documentation:Joel Martinez
2016-10-08[monodoc] Clarified message when a backing file isn't foundAlexander Köplinger
2016-10-08Remove a reference to the file AvoidCDataTextReaderTests.cs so that tarballs ...Timotheus Pokorra
2016-10-08Monodoc: Fix for CDATA bug (https://bugzilla.xamarin.com/show_bug.cgi?id=1785...Larry O'Brien
2016-10-08[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2016-10-08[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2016-10-08[monodoc] removed erroneous instance of 'FOO' string.Joel Martinez
2016-10-08Small touchups to the UI, remove some extra space, use a bold, large font for...Miguel de Icaza
2016-10-08[docs] monodoc style update for blockquote attribution.Joel Martinez
2016-10-08Merge pull request #1005 from ranma42/race-free-parallel-buildMarek Safar
2016-10-08[docs] Minor update to monodoc html template.Joel Martinez
2016-10-08[docs] Schema additions, and monodoc template updates.Joel Martinez
2016-10-08Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2016-10-08Use bash when using $RANDOM bashismAndrea Canciani
2016-10-08Add/update some .gitignore files so that a clean build + `make check` results...Alex Rønne Petersen
2016-10-08Fixes buildMarek Safar
2016-10-08Do not justify the textMiguel de Icaza
2016-10-08[monodoc] Ensure we don't try to use <Parameters> when it might be null. Fixe...Jo Shields
2016-10-08[mdoc] Switched from swallowing error to guarded executionLarry O'Brien
2016-10-08Bugzilla 14672 (mdoc namespace-level summary and remarks elements weren't bei...Larry O'Brien
2016-10-08Update csproj filesMarek Safar
2016-10-08[monodoc] Cache assembly loaded with MonoImpInfo. Patch by Aaron Oneal.Jérémie Laval
2016-10-08[monodoc] Use CLEAN_FILES rather than overriding clean-localJérémie Laval
2016-10-08[monodoc] Remove .config file when cleaningJérémie Laval
2016-10-08[monodoc] Ditto for fetching type node parents of subnodes.Jérémie Laval
2016-10-08[monodoc] Fix ecma traversal with unattached tree.Jérémie Laval
2016-10-08[mdoc] Fix export-msxdoc regression, updated expected output.Jonathan Pryor
2016-10-08[monodoc] Return null from GetHelpXml if node not foundMichael Hutchinson
2016-10-08[monodoc] Throw exception on unparseable URLMichael Hutchinson
2016-10-08[monodoc] Add missing legacy GetTitle methodJérémie Laval
2016-10-08[monodoc] Add forgotten test fileJérémie Laval
2016-10-08[monodoc] Disable usage of HtmlAgilityPack in tests since the concerned ones ...Jérémie Laval
2016-10-08[monodoc] Correctly insert mixed mode XML in namespace summaries rather than ...Jérémie Laval
2016-10-08[monodoc] Add workaround to process CDATA backed summaries/remarks in namespacesJérémie Laval
2016-10-08[monodoc]: Use shell script for jay to support parallel builds.Martin Baulig
2016-10-08[monodoc] Remove previous horrible generic backtick notation hack and properl...Jérémie Laval
2016-10-08[monodoc] Add a simple stack-based generic argument count method.Jérémie Laval
2016-10-08[IDesigner] Add cref reachability checker unit test though disabled for now.Jérémie Laval
2016-10-08[monodoc] Add utility property Generic*IsNumeric to distinguish between types...Jérémie Laval
2016-10-08[monodoc] Add reachability unit test for ASP.NET style URLsJérémie Laval
2016-10-08[monodoc] Parse correctly '{' and '}' as '<' and '>' (generic params) in ECMA...Jérémie Laval
2016-10-08[monodoc] Handle summaries for transient root nodes better. Add unit-tests.Jeremie Laval
2016-10-08[monodoc] Handle global `root:' urlJérémie Laval
2016-10-08[monodoc] Parse and display mastersummary.xml on root:/ ECMA urlsJeremie Laval
2016-10-08[monodoc] CleanupsJeremie Laval
2016-10-08[monodoc] Make the help source test pass since the current errors are due to ...Jeremie Laval
2016-10-08[monodoc] Cache intermediary result for legacy Nodes property. Add test.Jeremie Laval
2016-10-08[monodoc] Change new API for Nodes to be IList for future-proofingJeremie Laval