From 81b702280051c5439e676debbf43ca89c5e63e9c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 9 Feb 2016 11:46:46 -0500 Subject: [Docs] Improved the rendering, added some docs --- docs/exdoc | 13 ++++++++++--- docs/sources/mono-api-assembly.html | 32 ++++++++++++++++++++++++++++---- docs/sources/mono-api-class.html | 10 +++++----- docs/sources/mono-api-embedding.html | 13 +++++++++++++ docs/toc.xml | 36 ++++++++++++++++++------------------ 5 files changed, 74 insertions(+), 30 deletions(-) (limited to 'docs') diff --git a/docs/exdoc b/docs/exdoc index 7ce4b9290cc..058a2f7b962 100644 --- a/docs/exdoc +++ b/docs/exdoc @@ -63,6 +63,7 @@ $css EOF @a = split (/\n/, $files_content[$f]); $strikeextra = ""; + $api_shown = 0; for ($ai = 0; $ai < $#a; $ai++){ $line = $a[$ai]; @@ -134,14 +135,16 @@ EOF open HACKOUT, ">$dir/deploy/$name" || die "Could not open output"; $line = 0; + $doprint = 0; while (){ + print HACKOUT $last if ($doprint); $line++; s/^\/\/\/\///; # Remove the junk wrapper generated by AgilityPack if ($line==1){ - s///; + s///; } if (/