]> git.ipfire.org Git - thirdparty/git.git/commit
date API: add basic API docs
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 16 Feb 2022 08:14:04 +0000 (09:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Feb 2022 17:40:00 +0000 (09:40 -0800)
commit2bacb8346660b54dc4440da44103a7cd3d469009
treeddb26dee38566cce15ff1a39953b63fe990f729f
parentf1842898324330dcf7a3b30ea08d18a68bd19ceb
date API: add basic API docs

Add basic API doc comments to date.h, and while doing so move the the
parse_date_format() function adjacent to show_date(). This way all the
"struct date_mode" functions are grouped together. Documenting the
rest is one of our #leftoverbits.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.h