log scripts/help/print_usage.m @ 20614:10ec79b47808

age author description
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Wed, 14 Aug 2013 00:13:40 -0400 Mike Miller maint: Update source file encodings to UTF-8 and fix character errors
Sun, 28 Jul 2013 14:55:53 -0700 Rik print_usage.m: Fix handling of functions with multiple @deftypefn/@end deftypefn pairs.
Tue, 23 Oct 2012 23:09:33 +0200 Juan Pablo Carbajal (desktop) print_usage.m: Adding error identifiers.
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 16 Jul 2011 14:16:52 -0700 Rik codesprint: Stop reporting print_usage() as missing tests.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Tue, 19 Jan 2010 07:19:00 +0100 Jaroslav Hajek allow print_usage to print backtrace if called from functions
Mon, 17 Aug 2009 14:53:48 -0400 John W. Eaton print_usage: make it work again if an argument is given
Mon, 17 Aug 2009 13:59:26 +0200 Jaroslav Hajek print_usage: support calling from methods
Mon, 16 Feb 2009 17:01:17 -0500 John W. Eaton __makeinfo__.m: rename from makeinfo.m
Sun, 25 Jan 2009 19:55:42 +0100 Soren Hauberg Display sensible error message when the help text of an undocumented function is requested
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system