summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-06-15rename TplContact to TplEntityGuillaume Desmottes1-1/+1
2010-06-10add public API to the docGuillaume Desmottes1-4/+0
2010-06-10remove private API from the docGuillaume Desmottes1-16/+1
2010-06-07move log-entry(-text) to entry(-text)Guillaume Desmottes2-6/+6
2010-05-27ignore all internal headers in docGuillaume Desmottes1-1/+18
2010-05-27rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes1-1/+1
2010-04-23Internalize action-chainSimon McVittie2-1/+1
2010-04-23Remove datetime from docsSimon McVittie2-1/+1
2010-04-23Remove debug, util from docsSimon McVittie2-3/+3
2010-03-23Organise docs.xml into public vs. internal based on KA's comments in fd.o #27178Simon McVittie1-7/+12
2010-03-23Don't generate documentation for log-manager-priv.hSimon McVittie1-3/+2
2010-03-23Add top-level documentation fileSimon McVittie2-1/+34
While I'm adding a new one anyway, it might as well have a tab-completion-friendly and syntax-highlighting-friendly name, so just call it "docs.xml".
2010-03-23gtkdoc: automatically rebuild sections and types files for nowSimon McVittie1-1/+7
2010-02-24Disable check-twisted and check-undocumented from `make check` for the momentDanielle Madeley1-1/+4
The twisted tests do not seem to be complete and there are currently way too many undocumented symbols to make that a dependency of running distcheck
2010-02-24make distcheck fixesDanielle Madeley1-0/+10
2010-02-11Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley8-0/+961
2010-02-10created gtk-doc infrastructureCosimo Alfarano4-2/+101
* created doc/ infrastructure * added several doc comments * fixed some tests
2009-12-03imported Empathy's LogStore and creating some glue objectsCosimo Alfarano1-0/+2
* added tpl_contact.c that is similar to EmpathyContact * now received/sent signals instantiate TplContact and will creat TplLogEntryText to be sent to the LogStore