Age | Commit message (Collapse) | Author |
|
Like we do in Elementary already.
|
|
|
|
Make sure these are marked as BETA as we don't guarantee API for these just now.
|
|
|
|
This reverts commit 4341c8a4373fbfeb1a1879b25ca4a496ae214d85.
This patch was pushed I guess after an automatic git rebase without conflict.
|
|
doc/preview/Makefile.am must include $(srcdir)/lib/efl/ to be able to
find Efl.h.
|
|
|
|
The entry point to our docs (docs.enlightenment.org) makes clear what is links
go to the docs for the latest release and which goes to development.
|
|
|
|
|
|
I still don't know why there is still a warning.
|
|
* Be consistent with the way we specify parameters
* A last css refinement
|
|
Now the edc ref is decently readable
|
|
Also make them bold
|
|
Now @since have a left colored border, like @deprecaded, @note, etc
Also keep the number on the same line:
instead of:
since
1.10
it now render as:
since 1.10
|
|
|
|
Summary: The Eo tutorial had a tough readability. It is better now: stars are not messing around with the code, plus code does not collide anymore with a bullet in a bullet list.
Reviewers: cedric, JackDanielZ, tasn
Reviewed By: tasn
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1230
|
|
This allows people to disable the building of anything GUI related.
In my case, it is used for servers.
I encourage anyone that think they can do a better patch to improve it,
as i dislike having to add all those AM_CONDITIONAL().
Maybe the macros should be improved.
|
|
Summary:
Added documentation to almost all classes that are intended for direct use by the library users.
Marked classes/functions used by the library itself as @internal.
Modified the Doxyfile.in to enable the generation of documentation to the bindings.
Reviewers: felipealmeida, cedric, woohyun, smohanty, raster
CC: savio, cedric
Differential Revision: https://phab.enlightenment.org/D947
Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
|
|
With preview and all.
|
|
Part 1: auto-generated examples with previews
|
|
|
|
Summary:
The setting SYMBOL_CACHE_SIZE has been deprecated and will
generate a warning when Doxygen runs. This change comments out that
configuration setting to prevent the warning.
Test Plan: make doc 2> doxyerr.log
CC: cedric
Differential Revision: https://phab.enlightenment.org/D599
Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
|
|
Set the proper transparent & alpha flags on the Ecore_Evas,
add a tranparent rectangle and boom, the images are all nice and
transparent. This will fix the bg color in the page evasfiltersref.
|
|
this cleans up the doxygen generated docs to be acceptable for a
release - style is changed and unused images removed etc.
|
|
|
|
|
|
Evil support was not included in the docs preview generator build.
Tested locally with Makefile & deps from the wiki (win64).
|
|
Init variable properly.
|
|
Nightly build failed with (make doc):
cd: ../../../src/lib/eo/.libs: No such file or directory
Looks like there's one too many ../
I guess the build dir is not the source dir on the build bots.
|
|
|
|
|
|
Include example filter codes from src/examples in Doxygen.
Use these examples for the generation as well.
|
|
And change it a bit so the glow is nicer :)
|
|
The filter code is a copy and paste from the doc.
Maybe the code should be in an include file, so we're sure the
preview and the documentation code are the same?
|
|
Build utility tool based on the local hidden .libs
|
|
Let's add some real screenshots to the documentation!
Yay! Fancy effects inlined in the Doxygen! Well... soon :)
|
|
Code should look compact, why use small fonts otherwise?
Reduce the gap between code lines (stored as separate <div>)
to 70%. This looks about right.
|
|
Yes, I know. Someone hates large fonts.
But the ones currently used are so SMALL!
Also, this will just revert back to what's defined in e.css,
because body and list font size aren't even consistent.
Also, display the page titles like titles: big fat blue letters.
|
|
If a param description is long and spans on multiple lines,
then the param name should be aligned to the first description
line. Otherwise the layout becomes confusing.
Align [in] and [out] vertically like params.
|
|
|
|
|
|
this fixes 04e0a6d95ec5610e35febbbb9b1be1a361f177ae which introduced
copy & paste segv's by properly terminating the right buffer.
|
|
_type_size could return 0, which would fail in the modulo call next.
Check for 0, and return.
Fixes CID 1039436
|
|
sort changes output based on locale. even between C and en_US etc.
letalone all the other interesting ones. this causes the sorted order
to keep changing of the images. this forces locale to C to make it
always the same order.
|
|
|
|
|
|
The edje-nested.{png,eps} files were missing in the doc tree. I
regenerated them using the sample code from tutorial_edje_nested.html
|
|
Escaping the backslash we want to use for a line break is a really bad idea.
Introduced in f126afbba21af39c493f21424b653bb5c2e0d58f to support a crippled
echo without new line option.
The linebreak was not detected and thus the first image name used as a target.
Broke our nightly efl build with make distcheck and made me really unhappy to
while searching for the cause.
|
|
|