daboe01
c7e850b95f
fixed: accidentally removed markdown install instructions
2025-06-21 18:09:19 +02:00
daboe01
6abb8234fb
fixed: docsetutil is nowadays missing from xcode
2025-06-21 17:26:46 +02:00
daboe01
4395663cc9
fixed: doc directories are spilled everywhere
2025-06-21 16:56:57 +02:00
daboe01
3fd26e681b
fixed: make docs was not working in node version
2025-06-21 16:29:31 +02:00
Kris and GitHub
ee2fb61fdd
Fixed: Changed Cappuccino.doxygen EXCLUDE_PATTERNS to exclude nothing. ( #2680 )
...
Classes such as CPArray are no longer shown in the generated documentation
This should fix #1956
2022-03-21 15:42:46 +01:00
Alexander Ljungberg
9744aa79b3
Fixed: doc generation crash due to bad UTF.
...
Not clear what's causing the problem, but the ± in CPDate.j get prefixed with some garbage bytes in the Doxygen output even that the input encoding looks fine.
The work-around for now is to just discard the bad bytes in the Python step. The output comes out correct (with the ± preserved).
2018-09-10 12:14:35 +01:00
Alexander Ljungberg
fe60311072
This is Cappuccino 1.0.
2018-09-06 18:38:52 +01:00
Alexander Ljungberg
76d77cc244
This will be Cappuccino 0.9.10.
2017-07-11 14:26:57 +01:00
Alexander Ljungberg
ecac17a00a
This will be Cappuccino 0.9.9.
2016-03-29 23:32:12 +01:00
Alexander Ljungberg
ca2fb81247
This will be Cappuccino 0.9.8.
2015-03-29 12:45:10 +01:00
Andrew Hankinson
ef0e0432a7
Fixed: Generate Treeview and activate search engine.
2015-01-09 17:05:03 -05:00
Andrew Hankinson
9edb0abda0
Fixed: Styling is removed from build docset; Existing docset is removed before moving a new one.
2014-12-19 15:14:08 -05:00
Andrew Hankinson
a48df23252
New: Jake command for building a Docset
...
This commit adds the `docset` command to jake, to create a Docset from a doxygen build. It adds a shell script to the "support" directory that manages the build, and includes an Info.plist file that gets copied to the Docset when built.
2014-12-19 13:16:05 -05:00
Andrew Hankinson
8ef7cacdda
Fixed: Doxygen configuration
...
The Doxygen configuration file caused warnings to appear about obsolete tags. (The version of doxygen that the file was created for was 1.7.1, which was released in 2010.)
This commit uses the automatic doxygen updater (doxygen -u) to update it to a more recent version (1.8.7).
Additionally, this commit changes the .doxygen file to build a docset by default. The effect of this is to simply emit a `Makefile` in the output directory that can be further used to compile a docset. Parameters for the project publisher and name were added for this docset.
2014-11-06 12:34:18 -05:00
Alexander Ljungberg
f14ac355f0
Merge branch 'refs/heads/0.9.7'
2014-05-09 21:34:14 +01:00
Alexander Ljungberg
5111a527b9
This will be Cappuccino 0.9.7-1.
2014-05-09 19:36:10 +01:00
Antoine Mercadal
2e015c9816
NEW: Doxygen theme refresh
...
See screenshots attached to the PR for example.
2014-02-17 15:15:57 -08:00
Alexandre Wilhelm
23ff035eb3
Fixed: Wrong link to install homebrew
...
Previously the link to install homebrew was wrong.
2014-02-13 13:38:36 -08:00
Carl Rosell
30b1fa9c5b
Docs: Added @class to make_headers documentation,
2014-02-05 10:05:58 +01:00
Carl Rosell
fa66c2692f
Fixed: Broken Documentation.
2014-02-05 09:29:25 +01:00
Alexander Ljungberg
0821794bcc
This will be Cappuccino 0.9.7-alpha1.
2013-01-30 14:52:48 +00:00
Alexander Ljungberg
ad11967893
Fixed: documentation version number lagging behind.
2013-01-29 23:28:35 +00:00
Antoine Mercadal
4acda0c447
fix and update css for documentation when using doxygen 1.8
2012-09-14 14:33:13 -07:00
Antoine Mercadal
d1c978669b
run ImageOptim on all images. Saved around 30% of original size
2012-08-24 11:48:55 -07:00
Aparajita Fishman
3eb4155489
Switched to /usr/bin/env bash for better cross-platform compatibility
2012-04-26 19:11:05 +02:00
Aparajita Fishman
9e8f659faf
Stop generating useless XML from doxygen.
2012-03-26 12:47:05 -07:00
Aparajita Fishman
b99ece088d
Prevent doxygen from parsing @implementation within comments
2012-03-21 12:48:12 -07:00
Aparajita Fishman
1c2a304ee5
Assignment of function is a statement and should be semicolon terminated. Some miscellaneous linting as well.
2012-01-05 17:51:37 -10:00
Antoine Mercadal
1a51acf2fc
fix doc style under Windows. Thanks to @jakemarsh (fork removed). close #1401
2012-01-03 17:21:02 +01:00
Antoine Mercadal
4ec7cea6c4
update doxygen displayed Cappuccini version to 0.9.5
2011-11-16 15:12:22 +01:00
Antoine Mercadal
8dab47f4da
mozilla compat
2011-09-08 18:12:32 +02:00
Antoine Mercadal
dcbe3ee650
fix paremeters touching their description in bubbles
2011-09-08 17:15:12 +02:00
Antoine Mercadal
e32489aba1
tiny padding improvment in generated html docs
2011-09-08 17:08:50 +02:00
Antoine Mercadal
b619c0b793
some small graphical improvments
2011-09-08 16:55:12 +02:00
Antoine Mercadal
fab61d14fa
forget to restore the bg color of the tree view
2011-09-08 14:44:05 +02:00
Antoine Mercadal
b4edc084f8
add Cappuccino logo
2011-09-08 14:00:20 +02:00
Antoine Mercadal
c7518d0c49
merge Aparajita's previous improvments on the CSS
2011-09-08 12:44:10 +02:00
Antoine Mercadal
a40345c14d
fix the slider
2011-09-08 11:46:20 +02:00
Antoine Mercadal
909471a5d7
fix the documentation generation process
2011-09-08 01:30:58 +02:00
Antoine Mercadal
38f7ea00c2
update doxygen.css
2011-09-08 00:43:32 +02:00
Aparajita Fishman
4f7fbdc344
Use Menlo if Consolas is not available
2011-06-01 18:22:57 -07:00
Alexander Ljungberg
1c201d7dba
Refs #1270 . Fix a typo.
2011-05-19 21:50:30 -04:00
Aparajita Fishman
aa7345935d
Oops, accessor methods weren't being synthesized, removed some cruft
2011-05-19 17:10:50 -07:00
Aparajita Fishman
3937e66e06
Major fix to documentation generation:
...
- It turns out doxygen would not generate documentation for the first method in a file (or sometimes any methods at all) if there was no ivar block or an empty ivar block. Now a dummy __doxygen__ ivar is inserted in empty blocks to force correct behavior.
- Added a missing @endverbatim to CPExpression.j.
- Tweaked class documentation for CPPredicate.j.
2011-05-19 16:47:11 -07:00
Aparajita Fishman
896f91215e
Whitespace cleanup
2011-05-18 16:54:21 -07:00
Aparajita Fishman
6d962bc51a
More documentation enhancements...
...
- Changed to centered, fixed-width layout, it results in shorter line lengths which reads more easily.
- Moved support files to separate support directory.
- Removed blank lines at end of multi-parameter method prototypes.
2011-05-18 07:50:27 -07:00
Aparajita Fishman
800e32edad
Missed a text substitution, darkened up the method header a bit
2011-05-17 21:14:01 -07:00
Alexander Ljungberg
3fe907f007
Merge remote branch 'aparajita/better-docs' into 0.9.1
2011-05-14 13:28:19 -04:00
Alexander Ljungberg
d4d01d9686
Refs #1261 . Clean up README.html tmp build file when jake docs is done.
2011-05-14 13:10:49 -04:00
Alexander Ljungberg
7ca8d0fb01
Whitespace cleanup.
2011-05-14 13:05:07 -04:00