Skip to content

Commit

Permalink
Add docs on top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Jan 17, 2024
1 parent a6c73a8 commit 8e1f8d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/interface.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
///! The interface creates an API for getting and setting values with ACS
///!
///! Note: this is not an API for all of the functions in ACS, it's only the ones that get used in
///! the command line tools made available in the ACS binary ('acs') and defined in src/args.rs
///!
///! This file offloads a lot of the work that was in src/args.rs but was too repetitive.
///!

Check warning

Code scanning / clippy

this is an outer doc comment and does not apply to the parent module or crate Warning

this is an outer doc comment and does not apply to the parent module or crate
use super::config::Config;
use super::daemon::{daemon_init, Checker};
use super::display::{
Expand Down

0 comments on commit 8e1f8d4

Please sign in to comment.