Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Mar 20, 2018
1 parent 1bb6f65 commit 4d3d28c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Prototypes/Usage.wl
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ DockButton::usage = "DockButton[name] represents a button that can be added to t
$DockButtons::usage = "$DockButtons is a list of defined dock buttons";
CreateDock::usage = "CreateDock[] adds a dock with useful buttons to your notebook session";
CreateDockButton::usage = "CreateDockButton[ assoc ] creates a new dock button from association 'assoc' and add it to $DockButtons";
(* support *)
CrashDumps::usage = "CrashDumps[] returns the list of crash dumps in $CrashDumpsDirectory. CrashDumps[dir] returns the list of crash dumps in directory 'dir'";
ReportCrashDump::usage = "ReportCrashDump[assoc] emails a crash report to [email protected], using association 'assoc'";
(* resources *)
$LocalResourceObjects::usage = "$LocalResourceObjects gives the current local resource objects on your machine";
ResourceObjectManager::usage = "ResourceObjectManager[objects] gives an interface to manage resource objects";
Expand All @@ -80,8 +77,6 @@ DeletePersistentObjects::usage = "DeletePersistentObjects[] locates and permanen
$AppDataDirectory::usage = "$AppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData";
$LocalAppDataDirectory::usage = "$LocalAppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData\\Local";
$RoamingAppDataDirectory::usage = "$RoamingAppDataDirectory (Windows only) typically points to $HomeDirectory\\AppData\\Roaming";
$CrashDumpsDirectory::usage = "$CrashDumpsDirectory points to the crash dump directory for your operating system";
$DiagnosticReportsDirectory::usage = "$DiagnosticReportsDirectory (MacOSX only) typically points to $HomeDirectory/Library/Logs/DiagnosticReports";
(* ordinal parts *)
Second::usage = "Second[expr] gives Part[expr,2]";
Third::usage = "Third[expr] gives Part[expr,3]";
Expand Down

0 comments on commit 4d3d28c

Please sign in to comment.