# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: URCECODE.HEADER?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/TEMPLATE.SOURCECODE.HEADER
AgeCommit message (Collapse)Author
2021-01-27Make it clear that the text is in addition to the previousMike Kaganski
Change-Id: I27bd360e3353bf73c58376d3f03a36cad8a1a17b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109978 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-01-27tdf#130978 Add a comment to each published APImsrijita18
Added comment to TEMPLATE.SOURCECODE.HEADER to document published API header files Change-Id: I28675d53a5aa7f0a01275273b3d95b2209f2ba0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109945 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-11-08Add fill-column: 100 to the Emacs mode lineTor Lillqvist
Vim users: No reason to panic. This does not mean that Emacs users would suddenly start to split existing (or new) code lines always before column 100. The default value for fill-column is 70, and that hasn't forced code lines edited in Emacs to be shorter than that earlier either. The primary intent of using a fill-column of 100 (instead of the default 70) is that when you edit some long (multi-line) comment block, and you want to reformat ("fill", "reflow") that comment (using the fill-paragraph command, bound to Meta-Q), lines will be filled up to column 100, and not just 70, which in most cases would look quite short. Unless I am strongly advised not to, I will start adding this to the mode lines in source files if I remember, as I happen to edit some comment block in them. Change-Id: Icfb93dbb22b2db7190fdc9c8ee9518d08e73c7a8
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2016-10-13Use updated vim mode line also for legacy-infected code.Stephan Bergmann
Change-Id: I548cf17fe2818e8c0fbb4dc356bff7abbe7cc7e6